home *** CD-ROM | disk | FTP | other *** search
Wrap
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>ConvertHddForm</class> <widget class="QWidget"> <property name="name"> <cstring>ConvertHddForm</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>446</width> <height>325</height> </rect> </property> <property name="caption"> <string>ConvertHddForm</string> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="CTaskDlgLabel"> <property name="name"> <cstring>HdmDlg_TaskLabel</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>4</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="Caption" stdset="0"> <string>Convert dynamic hard disc to basic?</string> </property> <property name="SubCaption" stdset="0"> <string>If the disc has more than four simple volumes, the first three of them will become primary partitions, and the rest will be converted to the logical ones.</string> </property> </widget> <widget class="QFrame"> <property name="name"> <cstring>frame27</cstring> </property> <property name="frameShape"> <enum>NoFrame</enum> </property> <property name="frameShadow"> <enum>Plain</enum> </property> <vbox> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <widget class="QLabel"> <property name="name"> <cstring>textLabel1_2</cstring> </property> <property name="text"> <string>The hard disk after convert:</string> </property> </widget> <widget class="CUDRContainer"> <property name="name"> <cstring>HddConvertDlg_UDR</cstring> </property> </widget> <spacer> <property name="name"> <cstring>spacer13</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Fixed</enum> </property> <property name="sizeHint"> <size> <width>16</width> <height>11</height> </size> </property> </spacer> <widget class="QFrame"> <property name="name"> <cstring>HddConvertDlg_ConvertOptsFrame</cstring> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <property name="margin"> <number>0</number> </property> <widget class="QLabel" row="0" column="0" rowspan="1" colspan="3"> <property name="name"> <cstring>HddConvertDlg_PartNoteText</cstring> </property> <property name="text"> <string></string> </property> </widget> <spacer row="1" column="0"> <property name="name"> <cstring>spacer8</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Fixed</enum> </property> <property name="sizeHint"> <size> <width>16</width> <height>16</height> </size> </property> </spacer> <widget class="QSpinBox" row="1" column="1"> <property name="name"> <cstring>HddConvertDlg_PartNumSpin</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>4</hsizetype> <vsizetype>4</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> <spacer row="1" column="2"> <property name="name"> <cstring>spacer3</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>305</width> <height>20</height> </size> </property> </spacer> </grid> </widget> <spacer> <property name="name"> <cstring>spacer2</cstring> </property> <property name="orientation"> <enum>Vertical</enum> </property> <property name="sizeType"> <enum>Preferred</enum> </property> <property name="sizeHint"> <size> <width>16</width> <height>11</height> </size> </property> </spacer> </vbox> </widget> <widget class="QLayoutWidget"> <property name="name"> <cstring>layout1</cstring> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <spacer> <property name="name"> <cstring>spacer1</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Expanding</enum> </property> <property name="sizeHint"> <size> <width>21</width> <height>11</height> </size> </property> </spacer> <widget class="QPushButton"> <property name="name"> <cstring>HdmDlg_OK</cstring> </property> <property name="text"> <string>C&onvert</string> </property> <property name="accel"> <string>Alt+O</string> </property> </widget> <widget class="QPushButton"> <property name="name"> <cstring>HdmDlg_Cancel</cstring> </property> <property name="text"> <string>&No</string> </property> <property name="accel"> <string>Alt+N</string> </property> </widget> </hbox> </widget> </vbox> </widget> <connections> <connection> <sender>HddConvertDlg_PartNumSpin</sender> <signal>valueChanged(int)</signal> <receiver>ConvertHddForm</receiver> <slot>OptDataChanged()</slot> </connection> </connections> <slots> <slot>OptDataChanged()</slot> </slots> <layoutdefaults spacing="6" margin="11"/> <includehints> <includehint>taskdlglabel.h</includehint> <includehint>apptextbrowser.h</includehint> <includehint>udr.h</includehint> </includehints> </UI>